@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,600;0,700;1,400;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

:root{
    --cor-principal:  #4A66EE;
    --cor-secundaria: #3b3b3b;
    --cor-terciaria: #ffffff;
    --cor-fundoPrimaria: #2b3461;
    --cor-fundoSecundaria: #0f0f0f;
    --fonte-familia: 'Montserrat', sans-serif;
    --fonte-home: 'Archivo', sans-serif;
    --fonte-conteudo: 'Roboto', sans-serif;
}

.contato_whatsapp{
    align-self: flex-end;
    position: -webkit-sticky;
    position:sticky;
    bottom: 1%;
    left: 0;
    margin-right: 1%;
    margin-top:-15%;
}

.cadastro_usuario{
    align-self: flex-start;
    position: -webkit-sticky;
    position:sticky;
    bottom: 80%;
    right: 98%;
    margin-bottom: 10%;
    height: fit-content;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
    margin-right: 1%;
    padding: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: x-large;
    font-weight: bold;
    /* margin-right: 40%; */
    border-radius: 8px;
    background-color: #f79d27;
    -webkit-box-shadow: 3px 3px 0px 3px rgb(10, 85, 102);
    -moz-box-shadow: 3px 3px 0px 3px rgb(10, 85, 102);
    box-shadow: 3px 3px 0px 3px rgb(10, 85, 102);
    transition: 125ms;
}

.cadastro_usuario:active{
    -webkit-box-shadow: 0px 0px 0px 0px rgb(10, 85, 102);
    -moz-box-shadow: 0px 0px 0px 0px rgb(10, 85, 102);
    box-shadow: 0px 0px 0px 0px rgb(10, 85, 102);
    
}

.cadastro_usuario:hover{
    font-weight: bold;
    background-color: #619eac;
}

.link_cadastro:hover{
    color: #efefef;
}

.link_cadastro{
    text-decoration: none;
    color: #12424d;

}

.corpo{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    width: 100%;
}
.formularioEntrada{
    position: absolute;
    background: rgba(255,255,255,0.6);
    border-radius: 15px;
    margin: auto;
    margin-top: 20%;
    /* top: 45%;
    bottom: 30%; */
    max-height: fit-content;

}
.imagemFundo{

    width: 100%;
    background-color: var(--cor-secundaria);
}
.imagemImagemFundo{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
form{
    font-family: var(--fonte-familia);
    color: var(--cor-secundaria);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-around;
    margin-left: 25%;
    margin-right: 25%;

}

.frmLbl{
    margin-left: 1%;
}

.frmTxtbx{
    outline: none;
    font-weight: 400;
    color: var(--cor-secundaria);
    border-radius: 3px;
    border-color: var(--cor-principal);
    border-style: solid;
    border-width: 3px;
    padding: 3%;
    margin: 1%;
}

.frmSbmt{
    outline: none;
    border-style: none;
    border-radius: 8px;
    background-color: var(--cor-principal);
    color: var(--cor-terciaria);
    font-weight: 600;
    font-size: larger;
    margin: 3%;
    padding: 3%;
    cursor: pointer;
    max-width: fit-content;
    align-self: center;
}

textarea {
    resize: none;
 }
 

.logoPequena{
    height: 12%;
    width: 12%;
    margin: 0.5%;
}



body{
    box-sizing: border-box;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden
}

/* ICONES */



/* PÁGINA PRINCIPAL */
.conteudoPrincipal{
    border: 10px solid var(--cor-principal);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 5%;
    height: 250px;
    background-color:  var(--cor-principal);
    color: var(--cor-secundaria);
}

.tituloPrincipal{
    font-weight: 700;
    font-style: Bold;
    font-size: xx-large;
}

.textoPrincipal{
    font-weight: 400;
    font-style: italic;
    font-size: x-large;
    text-align: justify;
    line-height: 125%;
}

strong{
    font-weight: 600;
}

.conteudoSecundario{
    align-self: flex-start;
    border: 10px solid var(--cor-terciaria);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 50px;
    align-items: center;
    background-color: var(--cor-terciaria);
    color: var(--cor-secundaria);
}

.tituloSecundario{
    font-family: var(--fonte-familia);
    margin: 10px;
    font-weight: 700;
    font-style: bold;
}

.listaInfo{
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    align-items: left;
    font-family: var(--fonte-familia);
    font-weight: 400;
    font-style: italic;
}

header{
    height: 60px;
}

.tituloQuest{
    font-family: var(--fonte-familia);
    font-weight: 600;
    font-size: larger;
    color: var(--cor-secundaria);
    text-align: center;
    margin: 10px;
}

.tituloPagina{
    font-family: var(--fonte-familia);
    color: var(--cor-secundaria);
    font-weight: 600;
    font-size: xx-large;
    /* display: flex;
    align-items: center; */
    text-align: center;
    margin: 10px;
}

.cabecalho{
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background-color: var(--cor-secundaria);

}

.itens{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.icone{
    text-decoration: none;
    color: var(--cor-terciaria);
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 10px;
    /* border-color: var(--cor-terciaria); */
}

.iconeTexto{
    font-family: var(--fonte-familia);
    font-weight: 300;
    font-style: light;
    margin: 5px;

}

.logoPrincipal{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    font-family: var(--fonte-familia);
    color: var(--cor-terciaria);
    font-weight: 400;
    width: auto;
    height: 100%;
    margin:2px;
}

.baseLimite{
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    align-items: center;
    text-align: center;
}
.dataLimite{
    font-size: small;
}

.nomePlano{
    font-size: x-small;
    text-align: center;
}

.explicativoLimite{
    font-size: xx-small;
    margin-bottom: 8%;
}

footer{
    margin-top: auto;
    background-color: var(--cor-secundaria);
    min-height: auto;
}

.vazio{
    min-width: 10px;
    min-height: 10px;
}

.rodape{
    background-color: var(--cor-secundaria);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logoRodape{
    width: 15%;
    height: 15%;
}

.informacoesContato{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: var(--cor-terciaria);
    font-family: var(--fonte-familia);
    font-weight: 400;
    font-style: italic;
    margin: 10px;
    width: 250px;
}

.informacoesContatoContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5%;
    width: 250px;
}

.fa{
    text-decoration: none;
    color: var(--cor-terciaria);
    padding: 6%;
    margin: 5px;
}

.linkCtt{
    text-decoration: none;
    color: var(--cor-terciaria);
    margin: 5px;
    font-family: var(--fonte-familia);
    font-weight: 400;
    font-size: smaller;
}

.desenvolvedores{
    color: var(--cor-principal);
    font-family: var(--fonte-familia);
    font-weight: 400;
    font-style: italic;
    font-size: x-small;
    margin: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

/*CALENDARIO*/

.corpoPrincipalCalendario{
    display: flex;
    margin: 3%;
    align-items: center;
    justify-content: center;
}

.calendario{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-around;
}

.calendarioCabecalho{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content: space-around;
}

.navegacao{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin: 1%;
}

.navegacaoCalendario{
    color: var(--cor-terciaria);
    font-size: large;
    cursor: pointer;
    background-color:var(--cor-principal);
    padding: 2%;
    border-radius: 100%;
    transition: 0.2s;
    user-select: none;
}
.navegacaoCalendario:hover{
    background-color: var(--cor-fundoPrimaria);
}

.calendarioDias{
    border: 1px solid var(--cor-principal);
    border-collapse: collapse;
    background-color:var(--cor-terciaria);
}

/* .calendarioDiasDaSemana{
    border: 1px solid white;
    border-collapse: collapse;
    color: white;
    background-color: black;
}

.calendarioDemaisDias{
    border: 1px solid black;
    border-collapse: collapse;
    color:black;
}

.atividade{
    background-color: purple;
    color: white;
} */

/* th{
    border: 2px solid var(--cor-secundaria);
    border-collapse: collapse;
    color: var(--cor-secundaria);
    background-color: var(--cor-principal);
}

td{
    border: 2px solid var(--cor-principal);
    border-collapse: collapse;
    color:var(--cor-secundaria);
} */

.caixaOpcao{
    font-family: var(--fonte-familia);
    font-size: medium;
    font-weight: 400;
    font-style: bold;
    color: var(--cor-secundaria);
    padding: 8px;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--cor-terciaria);
    list-style: none;
    margin: 5%;
}

.modoLeitura{
    display: flex;
    align-self: flex-end;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin-right: 1%;
}

.DescricaoModoLeitura{
    font-family: var(--fonte-conteudo);
    max-width: 80px;
    text-align: center;
}

.switch{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.slider{
    border-radius: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  input:checked + .slider {
    background-color: var(--cor-secundaria);
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px var(--cor-secundaria);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

.cronogramaDias{
    background-color: var(--cor-principal);
    padding: 10px;
    width: 100%;
    overflow:hidden;
    border: solid var(--cor-principal) 8px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15;
    border-radius: 15px;
}

.diaCalendario{
    font-family: var(--fonte-familia);
    font-size: medium;
    font-weight: 400;
    font-style: bold;
    border: none;
    margin: 3px;
    color: var(--cor-secundaria);
    background-color: var(--cor-terciaria);
    padding: 10px 10px;
    min-width: 124px;
    min-height: 100px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    transition: .15s;
}
.diaCalendario:hover{
    font-family: var(--fonte-familia);
    font-size: medium;
    font-weight: 800;
    font-style: bold;
    color: var(--cor-terciaria);
    background-color: var(--cor-principal);
}

.diaCalendarioSelecionado{
    font-family: var(--fonte-familia);
    font-size: medium;
    font-weight: 600;
    font-style: bold;
    color: var(--cor-terciaria);
    background-color: var(--cor-principal);
}

.discButton{
    font-family: var(--fonte-familia);
    font-size: small;
    font-weight: 300;
    font-style: italic;    
    text-align: left;
    margin: 3%;
}

.caixaprazo{
    align-self:baseline;
}

.dataItm{
    font-family: var(--fonte-familia);
    font-size: x-small;
    font-weight: 300;
    font-style: italic;    
    text-align: right;
}

.textoDia{
    font-weight: 600;
}

.principalCal{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(255,255,255,0.3);
    font-family: var(--fonte-conteudo);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
}

.materia{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    text-align: justify;
    margin-bottom: 1%;
    width: 94%;
    padding: 5px;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--cor-principal);
    /* border-color: var(--cor-secundaria);
    color: var(--cor-terciaria);
    background-color: var(--cor-secundaria); */
    overflow-wrap:break-word;
    font-family: var(--fonte-home);
    animation: fadeIn .10s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
  100% { opacity: 1; }
}

.desSelecionar{
    font-size: large;
    cursor: pointer;
    background-color:var(--cor-principal);
    color: var(--cor-terciaria);
    padding: 1%;
    border-radius: 100%;
    position: sticky;
    top: 0;
    right: 2%;
    align-self: flex-end;
    z-index: 1;
}

.titulos{
    font-family: var(--fonte-home);
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: xx-large;
    font-weight: 600;
    font-style: italic;
    color: var(--cor-secundaria);
    padding: 3%;
}

.titulo1{
    color: #f5a218;
    font-style: bold;
}

.disciplinaTexto{
    font-size: large;
    font-family: var(--fonte-conteudo);

}

.temaTexto{
    font-size: large;
    font-family: var(--fonte-conteudo);

}

.conteudo{
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    line-height: 130%;
    font-weight: 400;
    word-break: break-word;
    max-width: 95vw ;
    cursor: pointer;
}

.descricao{
    margin-left: 2vw;
    margin-top: 2vh;
    margin-bottom: 3vh;
    text-align: justify;
    align-self:flex-start;
    max-width: 90vw;
    overflow-wrap: break-word;
}
.informacoes{
    font-size: larger;
    padding: 5px;
}

.bemVindo{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    font-family: var(--fonte-familia);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    padding: 5%;
    padding-bottom: 0%;
}

.conteudoGeral{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    
    padding-bottom: 3%;
}

.cor0{
    background-color: var(--cor-terciaria);
    color: var(--cor-secundaria);
}

.cor1{
    background-color: var(--cor-secundaria);
    color: var(--cor-terciaria);
    --cor-borda: var(--cor-fundoSecundaria);
}

.cor2{
    background-color: var(--cor-principal);
    color: var(--cor-terciaria);
    --cor-borda:var(--cor-fundoPrimaria);
}

.cor3{
    color: var(--cor-principal);
}

.caixaFundo{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5%;
    padding-top: 1%;
    padding-bottom: 3%;
    background: rgba(74, 102, 238, 0.3);
    border-radius: 15px;
    
}

.conteudoTexto{
    font-family: var(--fonte-home);
    font-size: larger;
    text-align: justify;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-evenly;
    height: 100%;
    margin: 1%;
    margin-left: 2%;
}

.conteudoImagem{
    width: 100%;
    
}

.fundoSimulado{

    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.fundoCronograma{
    
    object-fit: cover;
    max-width: 75%;
    max-height: 75%;
}

.explicacao{
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding: 1%;
}
.explicacaoParagrafo{
    font-family: var(--fonte-home);
    font-weight: 600;
    margin-top: 3%;
    margin-left: 2%;
}
.pitch{
    font-family: var(--fonte-home);
    font-weight: 800;
    color: var(--cor-principal);
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding: 1%;
    margin-left: 2%;
}

.imagemExplicacao{
    max-width: 50px;
    max-height: 50px;
}

.botaoHeader{
    margin: 1%;
    word-wrap:unset;
}

@media screen and (max-width: 600px) {

    .calendario{
        position: relative;
        align-self: center;
    }
    .iconeTexto{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;

}

.logoPequena{
    height: 10%;
    width: 10%;
    object-fit: contain;
}

.baseLimite{
    margin-left: 2%;
    font-size: xx-small;
}

.nomePlano{
    display: none;
}

.dataLimite{
    font-size: xx-small;
}

.conteudoGeral{
    flex-direction: column;
}

form{
    margin-left: 10%;
    margin-right: 10%;

}

.rodape{
    flex-direction: column;   
}

.desenvolvedores{
    flex-direction: column;
    height: 20vh;
}

.informacoesContatoContainer{
    width: auto;
}

.corpo{
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.formularioEntrada{
    position: absolute;
    margin: auto;
    margin-top: 10%;
    background: rgba(255,255,255,0.6);
    border-radius: 15px;
    /* bottom: 30%;
    top: 30%; */
    /* margin-left: 3%;
    margin-right: 3%; */
    max-height: fit-content;
}

.imagemImagemFundo{
    object-fit:contain;
    max-width: 180%;
    max-height: 180%;
    overflow: hidden;
}

.imagemFundo{
    overflow: hidden;

    width: 100%;
}

.conteudoTexto{
    font-size: large;
}

.textoPrincipal{
    font-size: medium;
}

}

.caixaOpcao{
    position: sticky;
}

.btnHm{
    box-shadow: 0px 5px 0px 0px var(--cor-borda);
    font-family: var(--fonte-familia);
    font-size: xx-large;
    font-weight: 600;
    font-style: bold;
    border: none;
    margin: 5px;
    text-decoration: none;
    padding: 1%;
    min-width: 32px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    width: fit-content;
    align-self: center;
    margin-bottom: 8%;
}
.btnHm:active{
    box-shadow: 0px 2px 0px 0px var(--cor-borda);
    color: var(--cor-borda);
}